home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Terminal.app / Contents / Resources / English.lproj / ServiceBrowser.nib / classes.nib next >
Encoding:
Text File  |  2004-06-10  |  1.6 KB  |  43 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = ConnectToService; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  5.         {
  6.             ACTIONS = {
  7.                 addServer = id; 
  8.                 addService = id; 
  9.                 connect = id; 
  10.                 removeServer = id; 
  11.                 removeService = id; 
  12.                 selectionChange = id; 
  13.                 sheetAddServer = id; 
  14.                 sheetAddService = id; 
  15.                 sheetCancelAddServer = id; 
  16.                 sheetCancelAddService = id; 
  17.             }; 
  18.             CLASS = ServiceBrowser; 
  19.             LANGUAGE = ObjC; 
  20.             OUTLETS = {
  21.                 "_addServer" = NSButton; 
  22.                 "_addServerSheet" = NSWindow; 
  23.                 "_addService" = NSButton; 
  24.                 "_addServiceSheet" = NSWindow; 
  25.                 "_connectButton" = NSButton; 
  26.                 "_connectCommandLine" = NSComboBox; 
  27.                 "_newServerAddress" = NSTextField; 
  28.                 "_newServiceCommand" = NSTextField; 
  29.                 "_newServiceName" = NSTextField; 
  30.                 "_newServiceType" = NSTextField; 
  31.                 "_newServiceUsesUser" = NSButton; 
  32.                 "_options" = NSPopUpButton; 
  33.                 "_removeServer" = NSButton; 
  34.                 "_removeService" = NSButton; 
  35.                 "_serviceBrowser" = NSBrowser; 
  36.                 "_usernameText" = NSTextField; 
  37.                 "_window" = NSWindow; 
  38.             }; 
  39.             SUPERCLASS = NSObject; 
  40.         }
  41.     ); 
  42.     IBVersion = 1; 
  43. }